<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear{
    clear: both;
}
.con-1{
    width: 100%;
    background-color: #f0f0f0;
    margin: 0 auto;
    height: 70px;
}
.keywords-box{
    width: 680px;
    float: left;
    margin-top: 25px;
}
.right-search{
    float: right;
    height: 30px;
    margin-top: 16px;
    position: relative;
}
.key-title{
    color: #003988;
}
.right-search input{
    height: 39px;
    border:  solid 1px #d3d3d3;
    width: 360px;
    padding-left: 5px;
}
.right-search .search-button{
    border: 0;
    width: 71px;
    height: 41px;
    background-color: #d91b05;
    color: #fff;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}

/*å…³äºŽæˆ‘ä»¬start*/
.con-2{
    width: 100%;
    height: 480px;
    background: url("../img/about-back.png") center no-repeat;
}
.con-2 .about-left{
    width: 600px;
    float: left;
    color: #fff;
}
.con-2 .about-left .logo-box{
    margin: 87px 0 25px 185px;
}
.con-2 .about-left .about-desc{
    margin: 0 0 50px 35px;
}
.about-desc .en-title{
    font-size: 50px;
    margin-right: 10px;
    vertical-align: middle;

}
.about-desc .cn-title{
    font-size:30px;
    vertical-align: middle;
}
.con-2 .about-left .about-more a{
    display: block;
    width: 159px;
    height: 54px;
    font-size: 25px;
    color: #fff;
    margin: 0 0 0 150px;
    border: solid 2px #fff;
    text-align: center;
    line-height: 54px;
}

.con-2 .about-right{
    width: 520px;
    margin-left: 80px;
    float: left;
}
.con-2 .about-right .about-title{
    margin: 85px 0 27px 0;
    font-size: 28px;
    color: #333;
}
.con-2 .about-right .about-intro{
    line-height: 33px;
    color: #333;
    font-size: 14px;
}
.share-box{
    margin-top: 47px;
}

.share_icon .one_phone{font-size:25px;color:#e50012;display: inline-block;float: left;}

/*å…³äºŽæˆ‘ä»¬end*/

/*äº§å“å±•ç¤ºstart*/
.con-3{
    padding-bottom: 100px;
}
.con-3 .title-box{
    width: 1200px;
    height: 76px;
    background: url("../img/product-title.png") center no-repeat;
    margin: 80px 0 50px 0;
}

.type-box{
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.type-box ul{
    display: inline-block;
}
.type-box .type-li{
    float: left;
    color: #999;
    cursor: pointer;
    padding: 0 20px;
    line-height: 37px;
    height: 37px;
    border: solid 2px #e9e9e9;
    margin-right: 16px;
}
    .type-box .type-select{
    color: #fff;
    border-color:#d91b05;
    background-color: #d91b05;
}
.type-box .type-li:hover{
    color: #fff;
    border-color:#d91b05;
    background-color: #d91b05;
}
.product-box{
    margin-top: 46px;
    text-align: center;
}
.pro-ul{
    display: none;
}
.ul-now{
    display: block;
}
.product-box .pro-li{
    width: 380px;
    float: left;
    margin-right: 30px;
    background-color: #eee;
    padding-bottom: 27px;
}

.pro-li .pic-box{
    width: 360px;
    height: 300px;
    overflow: hidden;
    margin: 10px;
}
.pro-li .pic-box img{
    /*width: 100%;*/
    height: 300px;
    display: block;
    margin: 0 auto;
}
.pro-li .pro-title{
    font-size: 18px;
    margin: 30px auto 20px auto;
    width: 80%;
}
.pro-li .pro-intro{
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.pro-li .pro-more{
    display: block;
    width: 150px;
    height: 34px;
    background: url("../img/more-blue.png") no-repeat center;
    margin: 24px auto 0 auto;
}
.product-box .no-margin{
    margin-right: 0;
}

.product-box .pro-li:hover{
    background-color: #d91b05;
    color: #fff;
}
.product-box .pro-li:hover .pro-intro{
    color: #fff;
}
.product-box .pro-li:hover .pro-more{
    background: url("../img/more-red.png") no-repeat center;
}
/*äº§å“å±•ç¤ºend*/

/*äº§å“è§†é¢‘start*/
.con-4{
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    overflow: hidden;
    padding-bottom: 100px;
}

.con-4 .title-box{
    width: 1200px;
    height: 76px;
    background: url("../img/product-video.png") center no-repeat;
    margin: 80px 0 50px 0;
}
.video-list .video-li{
    width: 378px;
    float: left;
    margin-right: 31px;
    background-color: #fff;
}
.video-list .no-margin{
    margin-right: 0;
}
.video-list .video-li .pic-box{
    position: relative;
    width: 360px;
    height: 270px;
    overflow: hidden;
    margin: 9px;
}
.video-list .video-li .pic-box img{
    /*width: 100%;*/
    height: 270px;
    margin: 0 auto;
    display: block;
}
.video-li .pic-box .shadow{
    position: absolute;
    width: 360px;
    top:0;
    left: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.video-list .video-li:hover .pic-box .shadow{
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}
.video-title{
    text-align: center;
    margin: 10px 0 25px 0;
}
/*äº§å“è§†é¢‘end*/
/*æœåŠ¡æµç¨‹start*/
.con-5{
    width: 100%;
    height: 605px;
    background: url("../img/service.png") center no-repeat;
}
/*æœåŠ¡æµç¨‹end*/

/*æ–°é—»åŠ¨æ€start*/
.con-6{
    overflow: hidden;
    margin:  0 auto;
    padding-bottom: 80px;
}
.con-6 .title-box{
    width: 1200px;
    height: 76px;
    background: url("../img/news-title.png") center no-repeat;
    margin: 80px 0 50px 0;
}

.news-box .left-box{
    width: 876px;
    float: left;
}
.news-box .right-box{
    width: 226px;
    height: 448px;
    float: right;
    background: url("../img/news-right.png") no-repeat;
}
.news-li{
    width: 100%;
    height: 130px;
    margin-bottom: 24px;
    border: solid 2px #eee;
}
.news-li .number-box{
    width: 106px;
    height: 130px;
    float: left;
    text-align: center;
    background-color: #eee;
    color: #929292;
}
.news-li .number-box .date{
    margin-top: 18px;
    font-size: 50px;
    color: #bfbfbf;
    font-weight: bold;
}
.news-li .number-box .year{
    font-size: 14px;
    color: #bfbfbf;
    font-weight: bold;
}
.news-li .news-title{
    width: 690px;
    height: 132px;
    float: left;
    padding: 0 45px 0 25px;
}

.news-li .news-title .title{
    font-size: 18px;
    color: #333;
    margin: 25px 0 12px 0;
}
.news-li .news-title .intro{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}


.select .number-box{
    background-color: #0b50aa;
    border-color: #0b50aa;
    color: #fff;
}
.select .news-title{
    background-color: #427fd1;
}
.select .news-title a,.select .news-title .news-more {
    color: #fff;
}
.news-li:hover{
    border-color: #d91b05;
}
.news-li:hover .number-box{
     background-color: #d91b05;
     color: #fff;
}
.news-li:hover .number-box .year,.news-li:hover .number-box .date{
    color: #fff;
}

/*æ–°é—»åŠ¨æ€end*/



</pre></body></html>